home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Queries / PGetPrintColor.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  729b  |  36 lines

  1. /*
  2.  *--- PGetPrintColor.h ----------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetPrintColor__
  10. #define __PGetPrintColor__
  11.  
  12. #include "PHandleQuery.h"
  13.  
  14. #include "PMTypes.h"
  15.  
  16. class PGetPrintColor : public PHandleQuery
  17. {
  18.  
  19. public:
  20.  
  21.     PGetPrintColor();
  22.     
  23.     PMBool            bMode;
  24.     PMBool            bColors;
  25.     PMBool            bConvert;
  26.     PMBool            bOption;
  27.     PMBool            bNegative;
  28.     PMBool            bPreserveEPS;
  29.     const char *    sName;
  30.     short            nInRipSeps;
  31. };
  32.  
  33. #endif
  34.  
  35. // end of PGetPrintColor.h
  36.